home *** CD-ROM | disk | FTP | other *** search
- on prepareFrame
- global nappi_sprite, y_offset
- ShowAllSprites()
- ClrCursorS()
- WaitCursor()
- mmHelpSign()
- set the visible of sprite 120 to 0
- set y_offset to 0
- if the frame = label("newsun") then
- preloadMember(member "sohoprg3" of castLib "audio")
- end if
- MYPreload(label("newsun"), label("ns_el"))
- set the directToStage of member "sml_sun" to 0
- set the directToStage of member the member of sprite 110 to 0
- set the member of sprite nappi_sprite to member "pieninappi"
- set the locV of sprite nappi_sprite to 490
- set the blend of sprite 114 to 0
- set the puppet of sprite 114 to 0
- end
-
- on exitFrame
- global jump_back, dire, min_duration
- if the duration of the member of sprite 110 <= min_duration then
- set the movieRate of sprite 110 to 1
- end if
- set the visible of sprite 113 to 1
- set the visible of sprite 117 to 1
- set the visible of sprite 118 to 1
- set the visible of sprite 119 to 1
- set dire to 1
- set jump_back to the frame
- ClrCursorS()
- KasiCursor(120)
- set f to 60
- repeat while f < 87
- KasiCursor(f)
- set f to f + 1
- end repeat
- PlusCursor(79)
- PlusCursor(80)
- if (the frame >= label("newsun")) and (the frame <= label("newsun_end")) then
- set f to 20
- repeat while f < 70
- KasiCursor(f)
- set f to f + 1
- end repeat
- set f to 70
- repeat while f < 80
- PlusCursor(f)
- set f to f + 1
- end repeat
- end if
- end
-